PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFTsaClientEvent Class / setTimeStampToken Method
The time stamp token received from the Time Stamp Authority server.
In This Topic
    setTimeStampToken Method
    In This Topic
    Sets the time stamp token.
    Some TSA servers do not fully implement the RDC 3161 and return direct the time stamp token instead of the TFC 3161 time stamp response that embeds the token.
    Syntax
    public void setTimeStampToken( 
       byte[] value
    )

    Parameters

    value
    The time stamp token received from the Time Stamp Authority server.
    See Also